home *** CD-ROM | disk | FTP | other *** search
- <!-- Stylesheet for the table of contents window.
-
- This styles sheet uses the 'section-level' and 'title' properties
- extensively, to inform DynaText about what tags are used to mark up
- the outline-structure of documents (things like 'chapter'), and what
- element within each of those is its title (like 'chapter-title').
-
- Copyright 1990-1994, Electronic Book Technologies. All rights reserved.
- -->
-
- <!ENTITY art.color CDATA "dark green" >
- <!ENTITY hottext.fontfam CDATA "MS Sans Serif" >
- <!ENTITY hottext.foreground CDATA "red" >
- <!ENTITY hottext.slant CDATA "Roman" >
- <!ENTITY hottext.weight CDATA "medium" >
- <!ENTITY link.indent CDATA "12" >
- <!ENTITY link.side CDATA "right" >
- <!ENTITY std.font CDATA "MS Sans Serif" >
- <!ENTITY std.font-size CDATA "14" >
- <!ENTITY std.indent CDATA "24" >
- <!ENTITY std.leftindent CDATA "10" >
- <!ENTITY std.line-spacing CDATA "16" >
- <!ENTITY std.rightindent CDATA "12" >
- <!ENTITY std.vert CDATA "12" >
- <!ENTITY subscript CDATA "-3" >
- <!ENTITY text.leading CDATA "14" >
- <!ENTITY text.smallest CDATA "12" >
- <!ENTITY title.color CDATA "blue" >
- <!ENTITY title.font CDATA "Times New Roman" >
- <!ENTITY title.justify CDATA "left" >
- <!ENTITY verbatim.font CDATA "courier" >
- <!ENTITY verbatim.font-size CDATA "10" >
- <!ENTITY verbatim.line-spacing CDATA "12" >
-
- <sheet >
-
-
-
- <?INSTED COMMENT: UNGROUPED STYLES FOLLOW>
-
- <style name="#TAGS">
- <font-weight> Bold </>
- </style>
-
- <!-- **********************************************************************
- Style"#toc-annot" is reserved, and defines the appearance of the
- bookmarks, word frequencies, location markers, etc. in left margin.
- -->
- <style name="#TOC-ANNOT">
- <font-family> Times New Roman </>
- <font-weight> bold </>
- <font-size> 12 </>
- <foreground> red </>
- <line-spacing> 12 </>
- </style>
-
- <style name="B">
- <font-weight> bold </>
- </style>
-
- <style name="BI">
- <font-weight> bold </>
- <font-slant> italic </>
- </style>
-
- <!-- **********************************************************************
- This section defines TWO KINDS of elements, in pairs:
- 1) containers of successive levels, which contain other elements,
- such as sub-sections, and also title sub-elements;
- For example: BOOK, CHAPTER, SECTION, ...
- 2) the titles themselves, which only contain their text.
- For example: TI, CT, ST, ...
-
- The containers must declare where within them the element
- which contains their title is.
-
- The titles themselves should declare their formatting; typically
- the most relevant properties are left-indent and font-size.
-
- The title of an entire AAP book is tagged TI, and occurs within the
- title group TIG, within the front matter FM, within the BOOK.
- -->
- <style name="BOOK">
- <!-- The entire book -->
- <font-family> MS Sans Serif </>
- <font-weight> bold </>
- <font-slant> roman </>
- <font-size> 12 </>
- <left-indent> 10 </>
- <right-indent> 6 </>
- <line-spacing> 17 </>
- <title-tag> FM,TIG,TI </>
- </style>
-
- <style name="CHP">
- <!-- An entire chapter -->
- <title-tag> CT </>
- </style>
-
- <style name="CT">
- <font-family> &title.font </>
- <font-size> 14 </>
- <!-- Title of a chapter -->
- <left-indent> 36 </>
- <line-spacing> 16 </>
- <space-before> 3 </>
- <break-before> on </>
- </style>
-
- <style name="CYR">
- <font-family> cyrillic </>
- </style>
-
- <!-- **********************************************************************
- Styles for sub-paragraph elements, such as emphasis:
- -->
- <style name="E1">
- <font-weight> bold </>
- </style>
-
- <style name="E2">
- <font-slant> italic </>
- </style>
-
- <style name="E3">
- <font-weight> bold </>
- <font-slant> italic </>
- </style>
-
- <style name="GK">
- <font-family> greek </>
- </style>
-
- <style name="IT">
- <font-slant> italic </>
- </style>
-
- <style name="RM">
- <font-weight> medium </>
- <font-slant> roman </>
- </style>
-
- <style name="SCP">
- <!-- Use smaller type for now. -->
- <font-size> -=2 </>
- </style>
-
- <style name="SEC">
- <!-- An entire section -->
- <title-tag> ST </>
- </style>
-
- <style name="SS1">
- <!-- An entire sub-section, level 1 -->
- <title-tag> ST </>
- </style>
-
- <style name="SS1,ST">
- <font-size> 12 </>
- <!-- First-level subsection (SS1) title -->
- <left-indent> 72 </>
- <line-spacing> 14 </>
- <space-before> 3 </>
- <break-before> on </>
- </style>
-
- <style name="SS2">
- <!-- An entire sub-section, level 2 -->
- <title-tag> ST </>
- </style>
-
- <style name="SS2,ST">
- <font-size> 12 </>
- <!-- Second-level subsection (SS2) title -->
- <left-indent> 90 </>
- <line-spacing> 14 </>
- <space-before> 2 </>
- <break-before> on </>
- </style>
-
- <style name="SS3">
- <!-- An entire sub-section, level 3 -->
- <title-tag> ST </>
- </style>
-
- <style name="SS3,ST">
- <font-size> 12 </>
- <!-- Third-level subsection (SS3) title -->
- <left-indent> 108 </>
- <line-spacing> 14 </>
- <space-before> 2 </>
- <break-before> on </>
- </style>
-
- <style name="ST">
- <font-family> &title.font </>
- <font-size> 12 </>
- <!-- Section (SEC) title -->
- <left-indent> 54 </>
- <line-spacing> 14 </>
- <space-before> 3 </>
- <break-before> on </>
- </style>
-
- <style name="TI">
- <font-family> &title.font </>
- <font-size> 18 </>
- <foreground> &title.color </>
- <!-- Title of Book, inside front matter -->
- <left-indent> 18 </>
- <line-spacing> 20 </>
- <space-before> 4 </>
- <break-before> on </>
- </style>
-
-
-
- </sheet>
-